File
interface File
A file data. Depending on how the request was constructed can contain the path to a file, or the bytes representing a file. Contains the path when the value is taken from an <input
type="file">
element of the submitted form. May contain bytes in case the request in the
multipart/form-data
format was constructed manually in a JavaScript code.